home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickTime / Programming Stuff / Documentation / develop articles / develop Issue 14 / Derived Media Handlers code / MyMediaComponent / MyUtilities.h < prev    next >
Encoding:
Text File  |  1993-02-25  |  412 b   |  16 lines  |  [TEXT/KAHL]

  1. //--------------------------------------------------------------------------
  2. //
  3. //        MyUtilities.h
  4. //            by John Wang
  5. //
  6. //        Version:    1.0        02/25/93    Completed.
  7. //
  8. //--------------------------------------------------------------------------
  9.  
  10.  
  11. //--------------------------------------------------------------------------
  12.  
  13. //    Prototypes.
  14.  
  15. void HexToString(short val, char *str);
  16. void LongToString(long val, char *str);